- 
      Re: How to add name table entries with FontTools?Never mind, I found it. This will do the trick:from fontTools.ttLib.tables._n_a_m_e import NameRecord myRecord = NameRecord() myRecord.nameID = 128 myRecord.platformID = 64 myRecord.platEncID = 32 my…4
- 
      Re: MS Word outlining one of my fonts@"Ramiro Espinoza" Is that OTF or TTF? I always recommend TTF fonts to Office users. @"Jens Kutilek" Word 2010 (and higher) on Windows 7 has no rendering problems with TTF fonts w…2
- 
      Re: Webfont test suites or validation tools, which ones are thereIt is a question of making correct TTF/OTF fonts in the first place. If these are tested, tried, and validated then there won't be a problem with the resulting WOFF/WOFF2 files. We spend a lot of tim…9
- 
      Re: Plex; IBM's new font identity modelThere is no exclusivity period. The word “exclusivity” implies that there is a deliberate decision to withhold something in order to gain an advantage, usually in a financial way. And that is absolu…9
- 
      Re: Plex; IBM's new font identity modelI can confirm (as I already did on GitHub) that we will make the IBM Plex source files available for everyone. This will happen in the course of 2018.6

